Learn R Programming

shinyBS (version 0.20)

bsNav Outputs: Text Output

Description

Create text outputs for Twitter Bootstrap navBar in shiny

Usage

bsNavTextOutput(outputId)

Arguments

outputId
output variable to read the value from

Details

Works just like textOutput but with additional formatting for placement in navBars

References

http://getbootstrap.com/2.3.2/components.html{Navbars for Twitter Bootstrap 2.3.2}

See Also

textOutput

Examples

Run this code
##In ui.R
  ##Create a text output in a navbar
  bsNavTextOutput(outputId = "to1")

Run the code above in your browser using DataLab